2020-2021 Sunseeker Telemetry and Lighting System
timer_a_ex2_singlePWM.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Macros

#define TIMER_PERIOD   32768
 
#define TIMER_DUTY_CYCLE   24576
 

Functions

int main (void)
 

Macro Definition Documentation

◆ TIMER_DUTY_CYCLE

#define TIMER_DUTY_CYCLE   24576

Definition at line 63 of file timer_a_ex2_singlePWM.c.

◆ TIMER_PERIOD

#define TIMER_PERIOD   32768

Definition at line 59 of file timer_a_ex2_singlePWM.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 65 of file timer_a_ex2_singlePWM.c.

References TIMER_DUTY_CYCLE, and TIMER_PERIOD.